GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / GetPageThumbnail Method





In This Topic
GetPageThumbnail Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(289)>
Function GetPageThumbnail( _
   ByVal Width As Integer, _
   ByVal Height As Integer, _
   ByVal Red As Byte, _
   ByVal Green As Byte, _
   ByVal Blue As Byte _
) As Integer
[DispId(289)]
int GetPageThumbnail( 
   int Width,
   int Height,
   byte Red,
   byte Green,
   byte Blue
)
function GetPageThumbnail( 
    Width: Integer;
    Height: Integer;
    Red: Byte;
    Green: Byte;
    Blue: Byte
): Integer; 
DispIdAttribute(289)
function GetPageThumbnail( 
   Width : int,
   Height : int,
   Red : byte,
   Green : byte,
   Blue : byte
) : int;
[DispId(289)]
int GetPageThumbnail( 
   int Width,
   int Height,
   byte Red,
   byte Green,
   byte Blue
) 
[DispId(289)]
int GetPageThumbnail( 
   int Width,
   int Height,
   byte Red,
   byte Green,
   byte Blue
) 

Parameters

Width
Height
Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members